Cambio de usuario en bases.ini

Buen día

Estoy con la migración de ejercicios anteriores y ahora en particular el 2014. Durante la instalación cuando pide configurar los parámetros, ingrese equivocadamente, database_usuario= postgres y su contraseña en database_password.

Cuando termine me doy cuenta del error he intento corregirlo modificando en bases.ini, pero esto no resulta.

Al intentar ingresar al sistema me salta un error:

SQLSTATE[42P01]: Undefined table: 7 ERROR: relation"apex_puntos_montaje" does not exist LINE8: FROM apex_puntos_montaje

En el log del sistema, sale lo siguiente:

[INFO][toba] Se detecto cambio de operación. Se limpia la memoria de la operacion
[ERROR][pilaga] SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “apex_puntos_montaje” does not exist
LINE 8: FROM apex_puntos_montaje
^
[ERROR][pilaga] SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “apex_msg” does not exist
LINE 3: FROM apex_msg
^
[ERROR][pilaga] SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “apex_msg” does not exist
LINE 3: FROM apex_msg
^
[CRITICAL][toba] toba_error_db:

SQLSTATE: db_42P01

CODIGO: 7

MENSAJE: ERROR: relation “apex_puntos_montaje” does not exist
LINE 8: FROM apex_puntos_montaje
^

SQL: SELECT id,
etiqueta,
proyecto,
proyecto_ref,
descripcion,
path_pm,
tipo
FROM apex_puntos_montaje
WHERE proyecto = ‘pilaga’
ORDER BY etiqueta, id;

[TRAZA]exception ‘toba_error_db’ with message ‘SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “apex_puntos_montaje” does not exist
LINE 8: FROM apex_puntos_montaje
^’ in /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/lib/db/toba_db.php:385
Stack trace:
#0 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/lib/toba_proyecto_db.php(584): toba_db->consultar(‘SELECT id,\r\n\t\t\t…’)
#1 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/lib/toba_proyecto.php(621): toba_proyecto_db::get_pms(‘pilaga’)
#2 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/lib/toba_pms.php(26): toba_proyecto->get_info_pms()
#3 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/lib/toba_pms.php(15): toba_pms->__construct()
#4 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/toba.php(252): toba_pms::instancia()
#5 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/toba_nucleo.php(330): toba::puntos_montaje()
#6 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/toba_nucleo.php(304): toba_nucleo->registrar_autoloaders_proyecto()
#7 /usr/local/siu/SIU-Pilaga2012/vendor/siu-toba/framework/php/nucleo/toba_nucleo.php(74): toba_nucleo->iniciar_contexto_ejecucion()
#8 /usr/local/siu/SIU-Pilaga2012/www/aplicacion.php(14): toba_nucleo->acceso_web()
#9 {main}

==========

Como puedo restablecer el usuario y la contraseña “pil_cx” ??

Marcela