This is an automated email from the ASF dual-hosted git repository.

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 38c46fcafd docs(typo): PostgresQL corrected to PostgreSQL (#32188)
38c46fcafd is described below

commit 38c46fcafd753588cf855a97ad8faaab390abf73
Author: asritha <[email protected]>
AuthorDate: Fri Feb 7 12:29:22 2025 -0500

    docs(typo): PostgresQL corrected to PostgreSQL (#32188)
---
 docs/docs/installation/architecture.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/installation/architecture.mdx 
b/docs/docs/installation/architecture.mdx
index 85b42398b8..e94f7258c3 100644
--- a/docs/docs/installation/architecture.mdx
+++ b/docs/docs/installation/architecture.mdx
@@ -45,7 +45,7 @@ This is the core application. Superset operates like this:
 
 This is where chart and dashboard definitions, user information, logs, etc. 
are stored. Superset is tested to work with PostgreSQL and MySQL databases as 
the metadata database (not be confused with a data source like your data 
warehouse, which could be a much greater variety of options like Snowflake, 
Redshift, etc.).
 
-Some installation methods like our Quickstart and PyPI come configured by 
default to use a SQLite on-disk database. And in a Docker Compose installation, 
the data would be stored in a PostgresQL container volume. Neither of these 
cases are recommended for production instances of Superset.
+Some installation methods like our Quickstart and PyPI come configured by 
default to use a SQLite on-disk database. And in a Docker Compose installation, 
the data would be stored in a PostgreSQL container volume. Neither of these 
cases are recommended for production instances of Superset.
 
 For production, a properly-configured, managed, standalone database is 
recommended. No matter what database you use, you should plan to back it up 
regularly.
 

Reply via email to