typebot.io/apps/docs/self-hosting
anderson 2770ecf9c7
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
🔧 Adapt MinIO bucket creation script for newer mc versions (#2235)
Replace deprecated `mc config host add` with `mc alias set`.

## Context

Running the current **createbuckets** service logs errors similar to:

```
mc: <ERROR> `config` is not a recognized command. Get help using `--help` flag.
mc: <ERROR> Unable to set anonymous `public` for `minio/typebot/public`. Requested path `/minio/typebot/public` not found.
```

These arise because the command `mc config host` add was removed in
recent releases in favor of `mc alias set`. Without a valid alias,
subsequent commands reference a non‑existent path and fail.

`--ignore-existing` – makes bucket creation idempotent so the service
can run multiple times without failing.
2025-07-02 15:00:55 +02:00
..
deploy 🔧 Adapt MinIO bucket creation script for newer mc versions (#2235) 2025-07-02 15:00:55 +02:00
guides ♻️ Use bun, biome, better ts config, new license and remove all barrel files (#1801) 2024-09-25 14:50:13 +02:00
breaking-changes.mdx 🔖 Release v3.6.0 2025-04-01 12:50:34 +02:00
configuration.mdx 📈 Add landing page view tracking 2025-06-04 09:05:17 +02:00
get-started.mdx ✏️ Fix get-started docs type (#2207) 2025-06-10 11:17:11 +02:00
troubleshoot.mdx ✏️ Fix typo in self-hosting troubleshooting (#1478) 2024-04-29 09:28:38 +02:00