Abdullah Alaqeel
Abdullah Alaqeel
@alieh-rymasheuski 1. IMO, the main concern is collecting the logs. Reading the logs could wait until the migration is complete. 2. I suggest naming the variable something like `AUDITLOG_READ_FROM_TEXT_CHANGES`. Then...
@hramezani I told my SRE team to create a replica and run it, and it timed-out after 1 minute. So, it does take longer than we're comfortable with.
We ran it directly from the dbms. > On Jan 9, 2023, at 2:01 PM, Hasan Ramezani ***@***.***> wrote: > > > @aqeelat How did you run the migration? in...
@hramezani I'll propose something this week.
@hramezani @alieh-rymasheuski this is what I have in mind: https://github.com/jazzband/django-auditlog/pull/495 So, if developers want to opt in to the two-step migration (we can call it async migration), they need to...
If you guys find this approach acceptable, I'll install mysql and oracle locally and get the sql migration command and add it to the PR.
Happy Eid, @hramezani. I'm currently trying to figure it out but I think we need access to the RTD admin panel. Also, I don't see where we're currently building the...
@jjkester can you please chime in here?
@andreymyssak try `app.setGlobalPrefix('api')` (without the /). I have `app.setGlobalPrefix('v2')` and logging works fine for me.
@flub I'll open a PR for this soon.