I'm trying use Dokku on Digital Ocean, but when I try create my database, show this error:
PostgreSQL image not found... Did you run 'dokku plugins-install' ?
root@intersecti:~# dokku help
backup:export [file] Export dokku configuration files
backup:import [file] Import dokku configuration files
config display the config vars for an app
config:get KEY display a config value for an app
config:set KEY1=VALUE1 [KEY2=VALUE2 ...] set one or more config vars
config:unset KEY1 [KEY2 ...] unset one or more config vars
delete Delete an application
help Print the list of commands
logs [-t] Show the last logs for an application (-t follows)
plugins-install Install active plugins
plugins Print active plugins
postgresql:create Create a PostgreSQL container
postgresql:delete Delete specified PostgreSQL container
postgresql:dump > dump_file.sql Dump database data
postgresql:info Display database informations
postgresql:link Link an app to a PostgreSQL database
postgresql:list Display list of PostgreSQL containers
postgresql:logs Display last logs from PostgreSQL container
postgresql:restore < dump_file.sql Restore database data from a previous dump
run Run a command in the environment of an application
url Show the URL for an application
version Print dokku's version
Hi,
I'm trying use Dokku on Digital Ocean, but when I try create my database, show this error:
PostgreSQL image not found... Did you run 'dokku plugins-install' ?
root@intersecti:~# dokku help backup:export [file] Export dokku configuration files backup:import [file] Import dokku configuration files config display the config vars for an app
config:get KEY display a config value for an app
config:set KEY1=VALUE1 [KEY2=VALUE2 ...] set one or more config vars
config:unset KEY1 [KEY2 ...] unset one or more config vars
delete Delete an application
help Print the list of commands
logs [-t] Show the last logs for an application (-t follows)
plugins-install Install active plugins
plugins Print active plugins
postgresql:create Create a PostgreSQL container
postgresql:delete Delete specified PostgreSQL container
postgresql:dump > dump_file.sql Dump database data
postgresql:info Display database informations
postgresql:link Link an app to a PostgreSQL database
postgresql:list Display list of PostgreSQL containers
postgresql:logs Display last logs from PostgreSQL container
postgresql:restore < dump_file.sql Restore database data from a previous dump
run Run a command in the environment of an application
url Show the URL for an application
version Print dokku's version