The simplest and fastest way to install Supabase is to use the Portainer template prepared by our team. This method minimizes manual configuration and allows you to deploy a stable, ready-to-use setup in just a few minutes. Requirements: In local instance navigate to Templates and select Application, find Supabase template and set necessary fields like passwords, JWT […]
Articles Tagged: Database
Installing PostgreSQL database server via Portainer template
PostgreSQL is a powerful, open source object-relational database system that is easy to deploy in containers. In this article, we will look at how to quickly install a PostgreSQL server in Portainer using a ready-made template.
NVMe vs SSD vs HDD – Overview and Comparison
When you choose a server or an upgrade, the storage type has a bigger impact on real-world speed than almost any other component. There are three options you’ll see: HDD (traditional hard drives), SATA SSD (solid-state drives), and NVMe SSD (the fastest solid-state drives). They differ enormously in speed, and understanding the gap helps you […]
Add and manage MySQL database and users
MySQL database, or website database, is a SQL DB that consists of several related tables in which all information about the website is saved. The database includes data tables (objects), data types, users, groups, statistics, etc.