Settings and activity
30 results found
-
4 votes
I will leave this open to see if we get more votes over the next 6 months. This can be accomplished easily with a simple shell script and Aiven CLI with a cron job for example:
0 19 * * 1-5 /path/to/shutdown.sh # Shutdown at 7:00 PM (19:00), Monday-Friday 0 6 * * 1-5 /path/to/startup.sh # Startup at 6:00 AM (06:00), Monday-Friday
#!/bin/bash
# Replace with your Aiven project and service names
PROJECT_NAME="your-project-name"
SERVICE_NAME="your-service-name"
aiven service stop/start $PROJECT_NAME $SERVICE_NAME
AdminPeter Kim (Senior Solution Architect, Aiven.io) supported this idea ·
-
2 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
17 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) supported this idea ·
-
3 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
5 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) supported this idea ·
-
2 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
2 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
4 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) supported this idea ·
-
1 vote
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
1 vote
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
2 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
28 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) supported this idea ·
-
7 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) supported this idea ·
-
1 vote
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
1 vote
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
2 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
1 vote
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
3 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
-
5 votes
Thanks for posting the idea, the idea is reasonable. I will update the status once we know more about plan with this idea
An error occurred while saving the comment AdminPeter Kim (Senior Solution Architect, Aiven.io) supported this idea ·
-
3 votes
AdminPeter Kim (Senior Solution Architect, Aiven.io) shared this idea ·
This also helps migrating OpenSearch clusters from outside of Aiven to Aiven easier and faster. Not having this exposed directly to users introduces an impediment to adoption of Aiven OpenSearch.