Giter Club home page Giter Club logo

Comments (9)

josegonzalez avatar josegonzalez commented on September 6, 2024

How did you install the plugin? Did you just clone it?

from dokku-postgres.

mspanc avatar mspanc commented on September 6, 2024

I have run command via ansible, but it was just dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres as root

from dokku-postgres.

josegonzalez avatar josegonzalez commented on September 6, 2024

Run dokku plugin:install as root. Sounds like the install failed somewhere for some odd reason, since we set perms properly at that phase.

from dokku-postgres.

mspanc avatar mspanc commented on September 6, 2024

It is a production machine, can I re-install it safely with such command?

from dokku-postgres.

josegonzalez avatar josegonzalez commented on September 6, 2024

Yes. Checkout what the install script does if you're scared ;)

from dokku-postgres.

mspanc avatar mspanc commented on September 6, 2024
# dokku plugin:install https://github.com/dokku/dokku-postgres.git
-----> Cloning plugin repo https://github.com/dokku/dokku-postgres.git to /var/lib/dokku/plugins/available/postgres
fatal: destination path 'postgres' already exists and is not an empty directory.

If I remove it and install again, would it kill my postgres containers?

from dokku-postgres.

mspanc avatar mspanc commented on September 6, 2024

Got it,

I have moved /var/lib/dokku/services/ to somewhere else to keep postgresql DB on another, larger drive, but sudoers does not permit that:

# cat /etc/sudoers.d/dokku-postgres
%dokku ALL=(ALL) NOPASSWD:/bin/rm -f /etc/cron.d/dokku-postgres-*
%dokku ALL=(ALL) NOPASSWD:/bin/chown root\:root /etc/cron.d/dokku-postgres-*
%dokku ALL=(ALL) NOPASSWD:/bin/mv /var/lib/dokku/services/postgres/.TMP_CRON_FILE /etc/cron.d/dokku-postgres-*
%dokku ALL=(ALL) NOPASSWD:/bin/chown 8983 /var/lib/dokku/services/postgres/*
%dokku ALL=(ALL) NOPASSWD:/bin/chgrp 8983 /var/lib/dokku/services/postgres/*

from dokku-postgres.

sheldonbaker avatar sheldonbaker commented on September 6, 2024

I'm also stuck on this error, specifically running into this as well (when trying to reinstall dokku-postgres):
# dokku plugin:install https://github.com/dokku/dokku-postgres.git
fatal: destination path 'postgres' already exists and is not an empty directory.

I'm on dokku 0.7.1 and have updated dokku-postgres to latest.

from dokku-postgres.

josegonzalez avatar josegonzalez commented on September 6, 2024

@sheldonnbbaker you'll need to uninstall then reinstall.

from dokku-postgres.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.