Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 631 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 631 Bytes

Replicator

This project allow you to restore the last Scalingo PostgreSQL backup in an another app.

The app need to have a PostgreSQL addon and 2 env variables set:

You also need to follow this documentation since our app won't have any web container (any container at all actually). https://doc.scalingo.com/platform/app/web-less-app (spoiler scalingo --app my-app scale web:0:M)

The empty index.php file is a small hack in order for the app to be deployed.