Closed
Description
Trying the marketplace creation on digitalocean and there is no postgres user, nor is postgres even installed.
Tried 3 Attempts:
- Ubuntu 18.04 w/ Marketplace
- Ubuntu 18.04 and adding Supabase Realtime from the Marketplace tab
- Ubuntu 20.04 and adding Supabase Realtime from the Marketplace tab
Currently on the Ubuntu 20.04 VM and following the getting started. Here is what I see after logging in via SSH
root@supabaserealtime:~# sudo -u postgres psql postgres
sudo: unknown user: postgres
sudo: unable to initialize policy plugin
root@supabaserealtime:~# su postgres
No passwd entry for user 'postgres'
root@supabaserealtime:~# apt list --installed | grep postgres
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
root@supabaserealtime:~# apt list --installed | grep vim
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
vim/now 2:8.0.1453-1ubuntu1.3 amd64 [installed,upgradable to: 2:8.0.1453-1ubuntu1.8]
vim-common/now 2:8.0.1453-1ubuntu1.3 all [installed,upgradable to: 2:8.0.1453-1ubuntu1.8]
vim-runtime/now 2:8.0.1453-1ubuntu1.3 all [installed,upgradable to: 2:8.0.1453-1ubuntu1.8]
vim-tiny/now 2:8.0.1453-1ubuntu1.3 amd64 [installed,upgradable to: 2:8.0.1453-1ubuntu1.8]
After getting no hits on postgres I figured I'd see if vim was installed and got data back.