You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself in a situation where I need to save a certain number of databases not tables without knowing their names beforehand.
However all databases are prefixed with a name that I know. Example: "plop_1, plop_2, plop_3 ...".
Databases are created autonomously by users. So I need to back them up regularly. I therefore cannot fill in the POSTGRES_DB parameter exhaustively.
Is there a way to fill in a PREFIX parameter somewhere? Is this a scenario that is covered by a configuration ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I find myself in a situation where I need to save a certain number of databases not tables without knowing their names beforehand.
However all databases are prefixed with a name that I know. Example: "plop_1, plop_2, plop_3 ...".
Databases are created autonomously by users. So I need to back them up regularly. I therefore cannot fill in the
POSTGRES_DB
parameter exhaustively.Is there a way to fill in a
PREFIX
parameter somewhere? Is this a scenario that is covered by a configuration ?Beta Was this translation helpful? Give feedback.
All reactions