• 1 Post
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • Not so long ago I had the same question myself, and I ended up setting 1 Postgress instance and 1 MySQL instance for all services to share. In the long run, I had so many version and settings incompatibilities across services that moved back to one DB per service that is tuned specifically for it. Also, I add a backup app to all my docker compose files that have a DB in it. This way, backups happen periodically and automatically.




  • matto@lemm.eeOPtoSelfhosted@lemmy.worldAlternatives to RancherOS?
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    Hello again! I am trying Flatcar, and I really like the concept. I had not used immutable distros before. I have a question: How can I apply changes to the configuration? I have a YAML file with the butane config and transpile it to a JSON file with the ignition configuration. How do I apply that new configuration? Do I have to delete the VM and start over again, or is there a way to update it inside the VM? I looked around in the official docs, but did not find anything :(