Skip to content

Commit

Permalink
Deploy & upgrade rabbitmq & mariadb (#87)
Browse files Browse the repository at this point in the history
Part of #68

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 10, 2023
1 parent ceb8eea commit e25b7bf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/guides/deploy-guide/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,17 @@ osism apply redis
osism apply -a pull memcached
osism apply memcached
```

## RabbitMQ

```
osism apply -a pull rabbitmq
osism apply rabbitmq
```

## MariaDB

```
osism apply -a pull mariadb
osism apply mariadb
```
14 changes: 14 additions & 0 deletions docs/guides/upgrade-guides/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,17 @@ osism apply -a upgrade redis
osism apply -a pull memcached
osism apply -a upgrade memcached
```

## RabbitMQ

```
osism apply -a pull rabbitmq
osism apply -a upgrade rabbitmq
```

## MariaDB

```
osism apply -a pull mariadb
osism apply -a upgrade mariadb
```

0 comments on commit e25b7bf

Please sign in to comment.