-
Sign in to ElephantSQL using your GitHub account
- If it asks you to create a team, create one with any name
-
When logged in, click the green Create New Instance button in the top right
-
Enter a name for your new database instance and choose the Tiny Turtle (Free) plan. This will be your PRIMARY database
-
Repeat the same steps to create a second database, this time give it the same name but add
-shadowto the end. This will be your SHADOW database -
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