Providing a custom configuration file
For a MySQL or PostgreSQL database, you can provide a customization file to ensure that the database is configured correctly.
Supported parameters
Ephemeral supports the following customization file parameters. For details about the parameters and how they are used, go to the database platform documentation.
PostgreSQL
For PostgreSQL, Ephemeral supports:
max_wal_size
min_wal_size
wal_buffers
max_connections
shared_buffers
checkpoint_completion_target
checkpoint_timeout
synchronous_commit
MySQL
For MySQL, Ephemeral supports:
sql_mode
sql-mode
max_allowed_packet
Providing the file
On the Settings tab of the database details panel, to provide the customization file:
Toggle Custom configuration file to the on position.
In the text area, paste the contents of the customization file.
Last updated
Was this helpful?