S
swas
Hello,
I need to explore the best way to manage upgrades on a customer backend db,
of which there will be many over time.
My initial thought is to supply a new empty backend db, and either
a) import all data from the earlier current customer db, or
b) programatically step through the two db's and ensure all customer tables
have the same fields and properties.
Either of the above processes would be controlled by the new frontend code
supplied to the customer.
Being new to this level of coding, I am curious if there is a 'best
practice' approach. Reading / searching for links doesn't reveal much.
Thanks in advance
swas
I need to explore the best way to manage upgrades on a customer backend db,
of which there will be many over time.
My initial thought is to supply a new empty backend db, and either
a) import all data from the earlier current customer db, or
b) programatically step through the two db's and ensure all customer tables
have the same fields and properties.
Either of the above processes would be controlled by the new frontend code
supplied to the customer.
Being new to this level of coding, I am curious if there is a 'best
practice' approach. Reading / searching for links doesn't reveal much.
Thanks in advance
swas