Skip to content

Conversation

@JHarrison712
Copy link

Added vymanager install script for Ubuntu 2404 and the readme file on how to use this script.
JHarrison712

Jarnster and others added 5 commits November 27, 2025 21:35
Bumps [next](https://github.com/vercel/next.js) from 15.5.2 to 15.5.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.5.2...v15.5.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/npm_and_yarn/frontend/next-15.5.7

build(deps): bump next from 15.5.2 to 15.5.7 in /frontend
@JHarrison712 JHarrison712 changed the base branch from main to beta December 17, 2025 16:01
@MydsiIversen
Copy link
Member

Hello, i have just tested your script. It worked all the way to postgre setup.

Where it suddenly for manual password:

No VM guests are running outdated hypervisor (qemu) binaries on this host.
✔ Node v24.12.0 | npm 11.6.2
==> Creating service user
==> Configuring PostgreSQL (deterministic + Prisma-safe)
Synchronizing state of postgresql.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable postgresql
Password for user postgres:
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: fe_sendauth: no password supplied
root@ubuntu:~#

Is that something you have encourntered?

@Jarnster Jarnster added help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Dec 28, 2025
@JHarrison712
Copy link
Author

Let me retest the installation script to see if I encounter any issues again.

@JHarrison712
Copy link
Author

I’ve updated the script to address the previously mentioned issues. However, I’m running into another problem: the URL is not displaying the signup field.

As a workaround, try editing the PostgreSQL authentication configuration:

sudo nano /etc/postgresql/*/main/pg_hba.conf
Locate the relevant line and change it to:
local all postgres peer
Then reload PostgreSQL:
sudo systemctl reload postgresql

Database details:
Database name: vymanager_auth
Database user: vymanager

The script exports a one-time password for the database. You should be able to see and copy it, but currently the database shows a user count of 0.

unsure how to resolve this part.

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

Labels

good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants