-
Notifications
You must be signed in to change notification settings - Fork 68
Description
We ran into issue when we dump our DBs like:
pg_dump -F p <database>
and after restore of this dump we have no data in amqp.broker table.
I can understand the logic of ti, why it is empty thou...
Not ideal for our situation where we have multitenant app and create daily tens of DBs from dump of default DB...
Now we found ourselves with coule DBs that are unable to post to AMQP and since DB creation is completely automated and adding new steps is not really feasible for us, I will submit PR shortly where I basically propose moving it from DB table to postgresql.conf, which we already use for universal configuration extensively and is proven to work at least for us.
Please see docs in PR, I kept the format of the table so for extension there is basically no change.
Thank you for your time π