Skip to content

Commit 7d10981

Browse files
authored
Update Oracle Database 23ai Free to 23.8.0 (#545)
Oracle Database 23ai Free 23.8.0 has been released, so update the Vagrant project to reflect the new version number: - Rename the project directory from 23.7.0-Free to 23.8.0-Free - Update the version number in the .env and README.md files - Update the SHA256 digest and filename for the installer rpm in db_installer.sha256 - Update the installer rpm filename in scripts/install.sh Tested with both VirtualBox and libvirt providers. Closes #544 Signed-off-by: Paul Neumann <[email protected]>
1 parent f615492 commit 7d10981

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

OracleDatabase/23.7.0-Free/db_installer.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

OracleDatabase/23.7.0-Free/.env renamed to OracleDatabase/23.8.0-Free/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle Database 23.7.0 Free configuration file
1+
# Oracle Database 23.8.0 Free configuration file
22
#
33
# Requires vagrant-env plugin
44
#

OracleDatabase/23.7.0-Free/README.md renamed to OracleDatabase/23.8.0-Free/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ makes configuration much easier
1111
## Getting started
1212

1313
1. Clone this repository `git clone https://github.com/oracle/vagrant-projects`
14-
2. Change into the `vagrant-projects/OracleDatabase/23.7.0-Free` directory
14+
2. Change into the `vagrant-projects/OracleDatabase/23.8.0-Free` directory
1515
3. Run `vagrant up`
1616
1. The first time you run this it will provision everything and may take a while. Ensure you have a good internet connection as the scripts will update the VM to the latest via `dnf`.
1717
2. The installation can be customized, if desired (see [Configuration](#configuration)).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
36dd7d1208ef212ebab672b2ddc42b7bcd08b07eeb5b7387dc0bcb3a4ef225a5 */vagrant/oracle-database-free-23ai-23.8-1.el9.x86_64.rpm

OracleDatabase/23.7.0-Free/scripts/install.sh renamed to OracleDatabase/23.8.0-Free/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo 'INSTALLER: Started up'
1818

1919
# if the database installer exists, set parameter to keep it
2020
# otherwise, download it
21-
db_installer='oracle-database-free-23ai-1.0-1.el9.x86_64.rpm'
21+
db_installer='oracle-database-free-23ai-23.8-1.el9.x86_64.rpm'
2222

2323
if [[ -f /vagrant/"${db_installer}" ]]; then
2424
KEEP_DB_INSTALLER='true'

0 commit comments

Comments
 (0)