Adding dictionary files to pg machines

Hello
I have postgresql instance on app v2: machines. I want to add additional dictionary files to postgres. I know that I can copy files with: fly ssh sftp shell.
But when machine gets restarted it reverses to its original state.
How can I keep the files, do I have to fork and maintain my own Postgres HA?

I think that’s probably easiest, then you can update the Dockerfile.

What dictionary files are you wanting to add?

polish.dict, polish.affix, polish.stop files

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.