Aipo 8において、コマンドラインからPostgreSQLのAipoデータベース(org001)に接続するには、ユーザーとパスワードを指定する必要があります。
その接続の際に必要となるパスワードは、下記のファイルから確認できます。
# view /usr/local/aipo/tomcat/datasource/dbcp-org001.properties
下記の箇所がデータベース名、ユーザー名、パスワードになります。
cayenne.dbcp.url=jdbc:postgresql://localhost:5432/org001 cayenne.dbcp.username=aipo_postgres cayenne.dbcp.password=aaaaaaaaaa
ためしにpsqlで接続してみるとこのような感じ。
# /usr/local/aipo/postgres/bin/psql -U aipo_postgres org001 Password for user aipo_postgres: psql (9.3.10) Type "help" for help. org001=#