Bug report
Describe the bug
Currently when using Branching via the UI, if you have enabled an extension such as PGMQ which produces additional schemas in your main database, the creation of the branch will fail as it is unable to find those migrations.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- In the dashboard, enable pgmq extension
- Create a new branch via the UI and wait for setup to complete
- Go the the 'manage branches' section under branches dropdown and view the logs of the new branch
- See the following error below which shows the branch does not recognise the pgmq schema as the extension appears to create the schema (which is not turned on at branch initiation)
Expected behavior
The branch should be able to run all the migrations without issues and any schemas currently used on main should be found on the branch also.
Screenshots
System information
Additional context
Add any other context about the problem here.
Bug report
Describe the bug
Currently when using Branching via the UI, if you have enabled an extension such as PGMQ which produces additional schemas in your main database, the creation of the branch will fail as it is unable to find those migrations.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
The branch should be able to run all the migrations without issues and any schemas currently used on main should be found on the branch also.
Screenshots
System information
Additional context
Add any other context about the problem here.