A file containing SQL statements to execute on first startup.
Declarations
Type
null or absolute path
Default
null
Example
pkgs.writeText "init-sql-script" ''
alter user postgres with password 'myPassword';
'';
Sign in to create a configuration using this setting.