-
If the same instance should be both distributor and publisher that does not currently work with the current implementation with SqlServerReplication. Although I have limited knowledge of replication s…
-
It would be helpful if the owner (user) of a FlexibleServersDatabase (PostgreSQL) could be specified. Additionally, it would be also helpful if additional users with can be specified with permissions …
-
## Summary of issue
Currently, attempting to run `scripts/init_localdb.sh` (or any other script that calls it) will fail with an error message that looks similar to the output below, which prevents c…
-
wsrep_log_conflicts logs the table name but not the database name, making it very difficult to track down issues in a system with multiple databases with the same schema (which is common in hosting en…
-
Issue Type: Bug
When connecting to an Azure failover group, in the servers pane, when expanding the Databases folder in the tree, the "Failed to connect to server xxxxxx".
The databases are avai…
-
Currently I can only add a single database schema per container.
```csharp
using Gsb.AppHost.Constants;
var builder = DistributedApplication.CreateBuilder(args);
var sqlMySql = builder.AddMy…
-
We are using dynamic database connections for multiple tenant databases but it seems the bundle is coupled to use the default entity manager only.
When running the migration script for the db, even…
-
This came up in the Matrix channel. Apparently a few of our users would like to see support for batch enqueueing multiple jobs at once. Like in a database transaction. In this issue you can collect us…
-
Some things I would like to add in near future:
- [x] #843 Add option to "Pot: Browse filter items" to skip empty filters (those that result in an empty list of presets)
- [x] Add display of curre…
-
## What?
It's well known that an SQLite file only contains one database but it's not as widely known that multiple files can be loaded giving the impression of multiple schemas.
Attaching multiple…