Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 891 Bytes

File metadata and controls

18 lines (11 loc) · 891 Bytes

Creating your databases with ElephantSQL

  1. Sign in to ElephantSQL using your GitHub account

    • If it asks you to create a team, create one with any name
  2. When logged in, click the green Create New Instance button in the top right

  3. Enter a name for your new database instance and choose the Tiny Turtle (Free) plan. This will be your PRIMARY database

  4. Repeat the same steps to create a second database, this time give it the same name but add -shadow to the end. This will be your SHADOW database

  5. In your shadow instance: - click the Browser menu item on the left side of the screen - in the SQL Browser text input, enter CREATE SCHEMA shadow; - click the Execute button

TODO - replace instructions with NEON DB