Hello, I have deployed Supabase to a Digital Ocean...
# help
t
Hello, I have deployed Supabase to a Digital Ocean's droplet. Is there any issue if I use the included Database and not an external? I know about limitations on scaling, but I use it only as a chat module.
n
Hello @theuknowner! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
j
Hello, I will soon work on a project where I plan to use SvelteKit for SSR and Supabase for the bdd. $25 seems a bit expensive since it will be a "small project". I'm not doing backend dev usually. I tried today the self-hosted version of supabase but it is not working on my Ubuntu 20 machine, idk why. I wanted to try to self host since I wanted to know if we could easily host the db & svelte kit on the same machine. Svelte kit will use port 443 but what port do use supabase when you self-host? Can we configure it? So that I can access the site & the db on the same server? Also, when both are on the same machine, can I communicate with supabase without doing an internet trip between svelte kit ssr & supabase? But a localhost trip? Otherwise, I have the same question as you. I'm wondering what are the limitation/difference between self-hosted & managed supabase. I think that you can add backup & storage on your list. I mean Supabase are doing backup somewhere else than on the db server (I assume), whereas if you do a backup on the self-hosted version it will be done on the same server as the db. Same for the Storage, managed Supabase use S3 storage whereas self-hosted version use the same server storage? I would also like to have more info on that.
n
theuknowner (2022-05-26)
j
Also what machine requirements are necessary? Which droplet have you chose? I don't know what are the minimal requirements, considering that I will need to host the db + the server. :/