Creating and managing database instances in Springtail.
Provide primary database details
Perform AWS actions
Provide database details
SUPERUSER
access, Springtail will automatically create the necessary publications, replication slots, and triggers. Without SUPERUSER
access, Springtail will generate a script in the next step for you to run manually.
SUPERUSER
access, you must provide a user with CONNECT
access to each replicated database and SELECT
access to all tables you want replicated within those databases.
Configure database replication (optional)
SUPERUSER
access was provided, this step will be skipped, as Springtail handles the replication setup.Otherwise, you’ll download a script to set up the replication manually, which must be run by a SUPERUSER
of your database.Launch your instance
Copying
state while it captures a complete snapshot of the tables being replicated.SUPERUSER
access, Springtail will also remove the associated publications, replication slots, and triggers.
SUPERUSER
access, you’ll be prompted to download a script for manual cleanup.