thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 6 forks source link

Single script/batch_file for multiple DB ops; procedure doc update #964

Open grumpyinca opened 4 days ago

grumpyinca commented 4 days ago

Create a single script and parallel batch file to provide multiple ODOP-specific database operations. Isolate the database access variables in a single file.

The operations may include:

The database access variables for Development, Test, Staging and Production databases include:

This approach should allow a reduction of the number of files in the scripts folder and entries in the .gitignore file.

Create a client/docs/procedures entry describing use of the script/batch_file to recover from a database full situation.

grumpyinca commented 1 day ago

Per today's conversation, evolving the approach to Script/batch_file per DB operation.