Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add --no-restart option #192

Closed
gleniat opened this issue Jul 1, 2022 · 1 comment
Closed

Feature request: add --no-restart option #192

gleniat opened this issue Jul 1, 2022 · 1 comment

Comments

@gleniat
Copy link

gleniat commented Jul 1, 2022

Description of problem

It would be nice to have an option for not restarting the app in dokku postgres commands.
The --no-restart argument to prevent restarting the app is currently available to many base dokku commands.

Example

dokku postgres:link mydb my-app --no-restart

Expected Results

$ dokku postgres:link mydb my-app --no-restart
-----> Setting config vars
       DATABASE_URL:  postgres://postgres:1234567890abcdef1234567890abcdef@dokku-postgres-mydb:5432/mydb
$ 

Actual Results

--no-restart option is currently not recognised.

$ dokku postgres:link mydb my-app
-----> Setting config vars
       DATABASE_URL:  postgres://postgres:1234567890abcdef1234567890abcdef@dokku-postgres-mydb:5432/mydb
-----> Restarting app my-app
-----> Releasing my-app...
-----> Checking for predeploy task
-----> Checking for release task
...
@josegonzalez josegonzalez transferred this issue from dokku/dokku-postgres Dec 27, 2022
josegonzalez pushed a commit to dokku/dokku-clickhouse that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-couchdb that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-elasticsearch that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-graphite that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-mariadb that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-meilisearch that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-memcached that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-mongo that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-mysql that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-nats that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-omnisci that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-postgres that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-pushpin that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-rabbitmq that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-rethinkdb that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-solr that referenced this issue Feb 21, 2023
josegonzalez pushed a commit to dokku/dokku-typesense that referenced this issue Feb 21, 2023
@josegonzalez
Copy link
Member

This is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants