PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Nome del database di Heroku postgresql

spero che tutti confondono con segnaposto e costante.

Supponiamo di avere un db con nome d6u5qhrlnbdfmp . quindi NON è necessario digitare

heroku pg:reset d6u5qhrlnbdfmp

Invece possiamo digitare chiaramente

heroku pg:reset DATABASE_URL

l'output di esempio

E:\git\stutzen>heroku pg:reset d6u5qhrlnbdfmp --app stutzen
 !    Unknown database: d6u5qhrlnbdfmp. Valid options are: DATABASE_URL, HEROKU_
POSTGRESQL_CYAN_URL

E:\git\stutzen>heroku pg:reset DATABASE_URL --app stutzen

 !    WARNING: Destructive Action
 !    This command will affect the app: stutzen
 !    To proceed, type "stutzen" or re-run this command with --confirm stutzen


> stutzen
Resetting HEROKU_POSTGRESQL_CYAN_URL (DATABASE_URL)... done