Skip to content

Commit 6e5d73f

Browse files
Remove GCP content from docs (#3109)
1 parent 6a6bdb2 commit 6e5d73f

File tree

7 files changed

+9
-194
lines changed

7 files changed

+9
-194
lines changed

config/redirects.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,5 +628,10 @@
628628
"source": "/docs/reference",
629629
"destination": "/docs/reference/api/overview",
630630
"permanent": true
631+
},
632+
{
633+
"source": "/docs/guides/deployment/gcp",
634+
"destination": "/guides/deployment/running_production",
635+
"permanent": true
631636
}
632637
]

config/sidebar-guides.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@
153153
"label": "Deploy on DigitalOcean",
154154
"slug": "digitalocean"
155155
},
156-
{
157-
"source": "guides/deployment/gcp.mdx",
158-
"label": "Deploy on GCP",
159-
"slug": "gcp"
160-
},
161156
{
162157
"source": "guides/deployment/koyeb.mdx",
163158
"label": "Deploy on Koyeb",

guides/deployment/gcp.mdx

Lines changed: 0 additions & 182 deletions
This file was deleted.

learn/resources/sdks.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ You can use Meilisearch API wrappers in your favorite language. These libraries
4545
- Guide: [How to deploy a Meilisearch instance on Amazon Web Services](/guides/deployment/aws)
4646
- [meilisearch-digitalocean](https://github.com/meilisearch/cloud-providers/)
4747
- Guide: [How to deploy a Meilisearch instance on DigitalOcean](/guides/deployment/digitalocean)
48-
- [meilisearch-gcp](https://github.com/meilisearch/cloud-providers/)
49-
- Guide: [How to deploy a Meilisearch instance on Google Cloud Platform](/guides/deployment/gcp)
5048
- [meilisearch-kubernetes](https://github.com/meilisearch/meilisearch-kubernetes)
5149

5250
## Platform plugins

learn/resources/telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This list is liable to change with every new version of Meilisearch. It's not be
134134
| `system.cores` | Number of cores | 24
135135
| `system.ram_size` | Total RAM capacity. Expressed in `KB` | 16777216
136136
| `system.disk_size` | Total capacity of the largest disk. Expressed in `Bytes` | 1048576000
137-
| `system.server_provider` | Users can tell us on which provider Meilisearch is hosted by filling the `MEILI_SERVER_PROVIDER` environment variable. This is also filled by our cloud deploy scripts, for example, [GCP cloud-config.yaml](https://github.com/meilisearch/cloud-scripts/blob/56a7c2630c1a508e5ad0c0ba1d8cfeb8d2fa9ae0/scripts/providers/gcp/cloud-config.yaml#L33) | GCP
137+
| `system.server_provider` | Users can tell us on which provider Meilisearch is hosted by filling the `MEILI_SERVER_PROVIDER` environment variable. This is also filled by Meilisearch cloud deploy scripts | AWS
138138
| `stats.database_size` | Database size. Expressed in `Bytes` | 2621440
139139
| `stats.indexes_number` | Number of indexes | 2
140140
| `start_since_days` | Number of days since instance was launched | 365

learn/self_hosted/install_meilisearch_locally.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,11 @@ chmod +x meilisearch
157157

158158
## Other cloud services
159159

160-
To deploy Meilisearch on a cloud service, follow one of our dedicated guides:
160+
To deploy Meilisearch on a third-party cloud service, follow one of our dedicated guides:
161161

162162
- [AWS](/guides/deployment/aws)
163163
- [Azure](/guides/deployment/azure)
164164
- [DigitalOcean](/guides/deployment/digitalocean)
165-
- [GCP](/guides/deployment/gcp)
166165
- [Koyeb](/guides/deployment/koyeb)
167166
- [Qovery](/guides/deployment/qovery)
168167
- [Railway](/guides/deployment/railway)

learn/update_and_migration/updating.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebarDepth: 3
88

99
Currently, Meilisearch databases are only compatible with the version of Meilisearch used to create them. The following guide will walk you through using a [dump](/learn/advanced/dumps) to migrate an existing database from an older version of Meilisearch to the most recent one.
1010

11-
If you're updating your Meilisearch instance on cloud platforms like DigitalOcean, AWS, or GCP, ensure that you can connect to your cloud instance via SSH. Depending on the user you are connecting with (root, admin, etc.), you may need to prefix some commands with `sudo`.
11+
If you're updating your Meilisearch instance on cloud platforms like DigitalOcean or AWS, ensure that you can connect to your cloud instance via SSH. Depending on the user you are connecting with (root, admin, etc.), you may need to prefix some commands with `sudo`.
1212

1313
If migrating to the latest version of Meilisearch will cause you to skip multiple versions, this may require changes to your codebase. [Refer to our version-specific update warnings for more details](#version-specific-warnings).
1414

@@ -99,7 +99,7 @@ Once the status is `processed`, you're good to go. Repeat this process for all i
9999

100100
Before creating your dump, make sure that your [dump directory](/learn/self_hosted/configure_meilisearch_at_launch#dump-directory) is somewhere accessible. By default, dumps are created in a folder called `dumps` at the root of your Meilisearch directory.
101101

102-
**Cloud platforms** like DigitalOcean, AWS, and GCP are configured to store dumps in the `/var/opt/meilisearch/dumps` directory.
102+
**Cloud platforms** like DigitalOcean and AWS are configured to store dumps in the `/var/opt/meilisearch/dumps` directory.
103103

104104
If you're unsure where your Meilisearch directory is located, try this:
105105

0 commit comments

Comments
 (0)