Recreate NoETL Schema
This option allows you to fully recreate the NoETL database schema from scratch using the automation playbook. This is useful for development, testing, or resetting the environment.
Command
Run the following command from the project root:
PGPASSWORD=demo bin/noetl run automation/setup/rebuild_schema.yaml
PGPASSWORD=demosets the database password for the demo userbin/noetl runexecutes the NoETL CLIautomation/setup/rebuild_schema.yamlis the playbook that rebuilds the schema
Notes
- This will drop and recreate all NoETL system tables in the target database.
- Only use in development or test environments. Do not run in production.
- Playbook path:
automation/setup/rebuild_schema.yaml