sqadm wildfly datasource(1)

NAME

sqadm wildfly datasource - Manage WildFly datasource

SYNOPSIS

sqadm wildfly datasource [--url url] [--user user] [--password secret] [--pool-size sz] [--create-schema] [--create-database] [--create-user]

DESCRIPTION

The sqadm wildfly datasource command updates the datasource configuration. It optionally creates database objects with the --create-database, --create-user or --create-schema options. Otherwise, it simply checks the database connectivity.

The sqadm wildfly datasource command shall be executed on a started WildFly server.

OPTIONS

--url url

Database url of the form jdbc:subprotocol:subname.

--user user

Database username.

--password secret

Database password, prompted if not supplied.

--pool-size sz

The maximum pool size, defaults to 90.

--create-database

Create the database (PostgreSQL only).

--create-user

Create the database user.

--create-schema

Create an empty schema.