-
-
Notifications
You must be signed in to change notification settings - Fork 10
Database backup
Wouter Koppenol edited this page Sep 13, 2023
·
2 revisions
Database backup currently happens when a new deployment is done (pipeline is ran through Github Actions), but it also happens periodically through a tool called Backupninja which is configured on the server.
Periodically, every 4 hours, a full database backup is created. Every hour, a cron job is ran which will move the generated backup away from its location to a mounted volume. This mounted volume is my personal NAS which is hosted at my home. This situation is obviously not ideal and needs addressing in the (near) future.
- Fundamentals
- Maintaining the server
- Maintaining Keystone.guru
- Creating a new Release
- Creating a new Expansion
- Creating a new Season
- Creating a new Affix
- Creating a new Dungeon
- Creating new map tiles
- Creating new NPC Portrait icons
- Creating a new Affix
- Creating mapping for a new Dungeon
- Editing an existing mapping (through MDT)
- Adding support for dungeon facades
- Technical debt