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

VPS Install #861

Open
vdias opened this issue Jan 30, 2023 · 4 comments
Open

VPS Install #861

vdias opened this issue Jan 30, 2023 · 4 comments
Assignees

Comments

@vdias
Copy link

vdias commented Jan 30, 2023

"sudo -u postgres createuser -D -A -P stringer"

This instruction is not correct, there is no such option "-A"

_root@stringer:~# createuser --help
createuser creates a new PostgreSQL role.

Usage:
createuser [OPTION]... [ROLENAME]

Options:
-c, --connection-limit=N connection limit for role (default: no limit)
-d, --createdb role can create new databases
-D, --no-createdb role cannot create databases (default)
-e, --echo show the commands being sent to the server
-g, --role=ROLE new role will be a member of this role
-i, --inherit role inherits privileges of roles it is a
member of (default)
-I, --no-inherit role does not inherit privileges
-l, --login role can login (default)
-L, --no-login role cannot login
-P, --pwprompt assign a password to new role
-r, --createrole role can create new roles
-R, --no-createrole role cannot create roles (default)
-s, --superuser role will be superuser
-S, --no-superuser role will not be superuser (default)
-V, --version output version information, then exit
--interactive prompt for missing role name and attributes rather
than using defaults
--replication role can initiate replication
--no-replication role cannot initiate replication
-?, --help show this help, then exit

Connection options:
-h, --host=HOSTNAME database server host or socket directory
-p, --port=PORT database server port
-U, --username=USERNAME user name to connect as (not the one to create)
-w, --no-password never prompt for password
-W, --password force password prompt_

@vdias
Copy link
Author

vdias commented Jan 30, 2023

VPS really needs a lot of work... most of instructions fails...

Missing components...

"Unable to load application: ExecJS::RuntimeUnavailable: Could not find a JavaScript runtime."

@vdias
Copy link
Author

vdias commented Jan 30, 2023

  • foreman export systemd systemd-services -a stringer -u stringer - Error!
  • Missing OpenSSL, sudo, nodejs packages
  • SECRET_TOKEN= ... incorrect lenght
    ...

@mockdeep
Copy link
Collaborator

@vdias would you mind making a PR to improve the documentation?

@guidopetri
Copy link
Collaborator

@mockdeep I can take this issue as well

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

3 participants