Giter VIP home page Giter VIP logo

Comments (8)

mfekadu avatar mfekadu commented on September 16, 2024

Discuss && consider updating the MySQL setup docs

notes from MySQL setup docs in Wiki
  1. MySQL is taught to Cal Poly Computer Science students in CSC 365
  2. MySQL is reportedly used by large software companies, which suggests it is reliable, scalable, and maintainable
  3. MySQL's relational model of storing data allows it to represent the relations between relevant objects. See the database schema
    (e.g., Dr. Khosmood's entry in the Professors table might have a relation to many entries in the Courses table and vice-versa. This is known as a many-to-many relation.)

from api.

mfekadu avatar mfekadu commented on September 16, 2024

Set up snapshots on GCP to promote #reliability

https://cloud.google.com/compute/docs/disks/create-snapshots

from api.

snekiam avatar snekiam commented on September 16, 2024

Recap of what got us here:

Our instances on GCP had 'test' in their names, and we didn't setup snapshots. While cleaning up some instances in our GCloud account, our 'test' instances were removed, since there was confusion about which instances were actually being used. Since we had no snapshots, our database was gone.

We should setup our infrastructure so if an instance does get deleted, it does not cause data loss, and only causes us to need to recreate the instance and restore a backup.

from api.

mfekadu avatar mfekadu commented on September 16, 2024

Run through the MySQL setup documentation to deploy the MySQL server.

We are now considering CloudSQL instead of the Compute Engine way of managing MySQL as seen in the MySQL wiki doc

from api.

snekiam avatar snekiam commented on September 16, 2024

Info on cloud sql: https://stackoverflow.com/a/34030484/13291759

from api.

mfekadu avatar mfekadu commented on September 16, 2024

good reasons for CloudSQL

image

image

from api.

snekiam avatar snekiam commented on September 16, 2024

How far did we get last week?

from api.

snekiam avatar snekiam commented on September 16, 2024

The database is restored! We're working on geting the API back up now. GCP seems to be running backups now automatically.

from api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.