From 68d848406b5bed34fb0932f0562afc08576b889f Mon Sep 17 00:00:00 2001 From: VaddenZ Date: Mon, 5 Aug 2024 20:36:57 +0800 Subject: [PATCH 1/3] Update meilisync_mysql.mdx Added "NOT PRODUCTION READY" disclaimer --- guides/database/meilisync_mysql.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/database/meilisync_mysql.mdx b/guides/database/meilisync_mysql.mdx index 9ce726c62..6708810e0 100644 --- a/guides/database/meilisync_mysql.mdx +++ b/guides/database/meilisync_mysql.mdx @@ -7,7 +7,7 @@ description: Learn how to keep Meilisearch up to date with your MySQL database. Though Meilisearch is a database, it is not recommended you use it as your primary data store. Instead, you should use an external database to store your data and periodically synchronize it with Meilisearch. -This guide teaches you to use [`meilisync`](https://github.com/long2ice/meilisync) to keep Meilisearch up to date with a MySQL database. +This guide teaches you to use [`meilisync`](https://github.com/long2ice/meilisync) to keep Meilisearch up to date with a MySQL database. **Please be advised that meilisync is in its early developmental phase and is NOT PRODUCTION READY yet. You may encounter issues while interacting with it.** ## Requirements From da9686a880d4a3f1d020079d9e42dc0675fc5790 Mon Sep 17 00:00:00 2001 From: VaddenZ Date: Mon, 5 Aug 2024 20:37:43 +0800 Subject: [PATCH 2/3] Update meilisync_postgresql.mdx Add "NOT PRODUCTION READY" disclaimer --- guides/database/meilisync_postgresql.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/database/meilisync_postgresql.mdx b/guides/database/meilisync_postgresql.mdx index a8e614053..2bb7659d3 100644 --- a/guides/database/meilisync_postgresql.mdx +++ b/guides/database/meilisync_postgresql.mdx @@ -7,7 +7,8 @@ description: Learn how to keep Meilisearch up to date with your PostgreSQL datab Though Meilisearch is a database, it is not recommended you use it as your primary data store. Instead, you should use an external database to store your data and periodically synchronize it with Meilisearch. -This guide teaches you to use [`meilisync`](https://github.com/long2ice/meilisync) to keep Meilisearch up to date with a PostgreSQL database. +This guide teaches you to use [`meilisync`](https://github.com/long2ice/meilisync) to keep Meilisearch up to date with a PostgreSQL database. **Please be advised that meilisync is in its early developmental phase and is NOT PRODUCTION READY yet. You may encounter issues while interacting with it.** + ## Requirements From 89785e96a37fb8be3a84f8dbee5dd48f7f7b844f Mon Sep 17 00:00:00 2001 From: VaddenZ Date: Mon, 5 Aug 2024 21:55:28 +0800 Subject: [PATCH 3/3] Update meilisync_postgresql.mdx Remove the blank line --- guides/database/meilisync_postgresql.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/database/meilisync_postgresql.mdx b/guides/database/meilisync_postgresql.mdx index 2bb7659d3..dc66d5cc9 100644 --- a/guides/database/meilisync_postgresql.mdx +++ b/guides/database/meilisync_postgresql.mdx @@ -9,7 +9,6 @@ Though Meilisearch is a database, it is not recommended you use it as your prima This guide teaches you to use [`meilisync`](https://github.com/long2ice/meilisync) to keep Meilisearch up to date with a PostgreSQL database. **Please be advised that meilisync is in its early developmental phase and is NOT PRODUCTION READY yet. You may encounter issues while interacting with it.** - ## Requirements - A command-line console, such as macOS's terminal or Window's Cygwin