skerr92 / my-reels

Home of local parts management server, MyReels
GNU General Public License v3.0
8 stars 0 forks source link

migration tools #3

Open skerr92 opened 3 weeks ago

skerr92 commented 3 weeks ago

This is intended to be a long term issue which will be updated as time goes on. The purpose of this issue is to make sure users can move between versions of MyReels. This will involve migrating databases since schema will likely change over time.

These tools will be run as part of the startup process in the future which will be utilized for starting the front end and back end servers/services.

For now, let's focus on the following tools:

skerr92 commented 3 weeks ago

Added version.txt in the main directory. From now on, I'm going to start working in feature branches, push to main, and main will go to production for releases. I need to start building the infrastructure for deploying on AWS.