Support shared variables in database initialization scripts #10865
sirsimonson
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Coolify team, thanks for the great work on shared variables and database resources.
I’d like to suggest support for using shared variables inside database initialization scripts, or more generally making shared variables available during DB init/startup execution.
Problem
Right now, database init scripts are useful for bootstrapping schemas, users, seed data, and extensions, but they seem limited when you want to reuse shared/team/project-level values. That makes it harder to keep database setup portable across environments.
Proposed behavior
It would be great if init scripts could access shared variables, for example:
Beta Was this translation helpful? Give feedback.
All reactions